home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / shufler.exe / SHUFFLE.TXT < prev    next >
Encoding:
Text File  |  1992-04-12  |  3.1 KB  |  82 lines

  1. SYSTEM SOUND SHUFFLER
  2.  
  3. What it is
  4. ==========
  5. Shuffler is designed to add some variety to system sound events in 
  6. Windows 3.1.  It lets you designate multiple sound files for each system 
  7. event and "shuffle" between them.  For instance, if you're tired of the 
  8. same Windows Exit Sound every day, put Shuffler in your startup group and 
  9. each time you start Windows Shuffler will randomly select one of your 
  10. designated Windows Exit Sound files to replace the current one.
  11.  
  12.  
  13. System Requirements
  14. ===================
  15. Requires Windows 3.1 and a sound card and driver that will support *.Wav 
  16. files.  In addition, to work with the design files, you'll need the VB 
  17. Professional Toolkit.  If you do not have the Toolkit and you just want 
  18. to run Shuffler, download the compiled program (Shufl2.zip), which 
  19. includes the necessary runtime DLLs.  
  20.  
  21. In order to run Shuffler, the following files must be in your path: 
  22. mci.vbx and cmdialog.vbx.  These files are included in Shufl2.zip.  
  23. It is recommended that they be copied to your Windows System directory.
  24.  
  25.  
  26. How it works
  27. ============
  28. Shuffler shows the following information for each system event:
  29.  
  30.   1.    The event name
  31.  
  32.   2.    The current sound file associated with the event (as designated in the 
  33.     Win.ini file)
  34.  
  35.   3.    A list of additional sound files which you've associated with the event 
  36.     (Shuffler chooses from this list when you give it the shuffle command)
  37.  
  38.   4.    A check box indicating whether Shuffling is enabled for this event.  
  39.     When you execute the Shuffle command, Shuffler will assign new sound 
  40.     files only for those events where Shuffling is enabled.  By default, 
  41.     Shuffling is disabled for all events.
  42.  
  43. The above information is stored in a file named "Shuffle.ini" in your Windows 
  44. directory.
  45.  
  46. A brief explanation of the available commands follows:
  47.  
  48.     ADD FILE - Adds a sound file to the list of sound files associated with 
  49.     the selected event.
  50.  
  51.     REMOVE FILE - Removes the selected sound file from the list of sound 
  52.     files associated with the active event.  The sound file is not deleted 
  53.     from disk.
  54.  
  55.     PLAY FILE - Plays the selected sound file.  You can also play a sound
  56.     file by double clicking on it in the Shuffle Files list box.
  57.     
  58.     SET CURRENT - Assign the selected sound file to the designated system 
  59.     event.  This will update your Win.ini file.
  60.     
  61.     SHUFFLE - A new sound file is randomly selected from the list of associated
  62.     sound files for all events for which shuffling is enabled.
  63.  
  64.  
  65. Command Line Arguments
  66. =======================
  67. Shuffler recognizes one argument - Shuffle.  This argument causes the Shuffle
  68. command to be executed without loading the Shuffler form.  If you've already 
  69. configured Shuffler and you just want to shuffle your sound files every time 
  70. you start Windows, put Shuffler in your Startup group with the Shuffle argument:
  71.  
  72.     Shuffler shuffle
  73.  
  74.  
  75. =======================
  76. (c) Brian D. Stine, 1992
  77. Uploaded courtesy of Brian Stine, Compuserve ID 73617,323
  78.  
  79. This is freeware.  It is distributed with only one restriction,
  80. and that is that you may not sell the program or charge any fee
  81. for distribution other than a disk copying fee of no more than $10.
  82.